projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f89d28
)
(insert-directory): Fix previous change.
author
Erik Naggum
<erik@naggum.no>
Sun, 7 Jul 1996 01:07:32 +0000
(
01:07
+0000)
committer
Erik Naggum
<erik@naggum.no>
Sun, 7 Jul 1996 01:07:32 +0000
(
01:07
+0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index a7414a787e3b9428f5008a5136698f4ca129534b..100b1e6ac21c2ad7d5f8123edae12e79e6d79a53 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2661,7
+2661,7
@@
If WILDCARD, it also runs the shell specified by `shell-file-name'."
(setq list (cons (substring switches 0 (match-beginning 0))
list)
switches (substring switches (match-end 0))))
- (setq list (
cons (nreverse switches) list
)))))
+ (setq list (
nreverse (cons switches list)
)))))
(append list
(list
(if full-directory-p